home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / glowent.dir / 00013_Script_13 < prev    next >
Text File  |  1994-11-29  |  393b  |  16 lines

  1. on exitFrame
  2.   put the castNum of sprite 4 into movNum
  3.   if the movieTime of sprite 4 = the duration of  cast movNum then
  4.     go to the frame + 1
  5.   else
  6.     go to frame the frame
  7.   end if
  8. end
  9.  
  10. on mousedown
  11.   set the movieRate of sprite 4 to 0
  12.   updateStage -- just to make sure it's stopped
  13.   -- completely exit council area
  14.   go to frame "2000" of movie "alter2"
  15. end mousedown
  16.